Skip to main content

mobileGetNotificationDetails

Type

function

Summary

Returns an array giving details about a local notification

Syntax

mobileGetNotificationDetails(<notificationID>)

Description

Use the mobileGetNotificationDetails function to return an array of details about a local notification.

Use the mobileGetNotificationDetails function to retrive information about a notification created using the mobileCreateLocalNotification command.

Parameters

NameTypeDescription

notificationID

the id number of the notification

Examples

get mobileGetNotificationDetails(tNotificationID)
put mobileGetNotificationDetails(tID) into tNotificationDetails
put tNotificationDetails["body"] into field "text"

command: mobileCancelLocalNotification, mobileCancelAllLocalNotifications, mobileCreateLocalNotification

message: localNotificationReceived

Compatibility and Support

Introduced

LiveCode 5.5

OS

ios

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?